Welcome![Sign In][Sign Up]
Location:
Search - slider control

Search list

[GUI DevelopManyControl

Description: 学习VC控件过程中做的大量控件集合。包含 滚动条、进度条、滑块、上下、动画、树形、列表等-learning process controls do control large pool. Includes rolling of the progress of the slider and vertically, animation, tree, list
Platform: | Size: 71991 | Author: 刘友辉 | Hits:

[Other resourceVisual_C++_500_Samples

Description: Visual.C++编程技巧精选500例随书附盘 第1章 消息框 1.消息框设置演示 第2章 常用控件 13.如何使用picturebox 控件浏览多种格式的图像? 12.如何使listcontrol控件支持整栏选择? 11.如何在列表框中自动装载磁盘文件列表? 10.如何显示载有richedit 控件的对话框? 9.如何限制编辑控件输入的字符类型? 8.如何在程序窗口中创建按钮控件? 7.按钮设置演示 6.如何使用滚动条控件? 5.如何使用进度条控件? 4.如何使用列表控件? 3.如何使用树形控件? 2.如何使用标签控件? 1.如何使用滑块控件? 第3章 通用对话框 8.如何在程序启动时弹出文件打开对话框? 7.如何在文件对话框中预览位图文件? 6.文件对话框文件夹操作演示 5.文件对话框使用演示 4.如何使用查找与替换对话框? 3.如何使用页面设置对话框? 2.如何使用颜色对话框? 1.如何使用字体对话框? 第4章 标题栏与菜单栏 26.如何在子菜单中记录历史文件? 25.如何确定顶层菜单所占的行数? 24.如何取消对菜单状态的限制? 23.如何取消应用程序菜单栏? 22.如何获取菜单栏高度? 21.如何在对话框类型的应用程序中加载菜单? 20.如何设计自定义快捷菜单? 19.如何创建一个弹出式菜单? 18.如何触发一个菜-Visual.C programming skills selected 500 cases with Disks Chapter 1 of a news box. Speech news box set Chapter 2 of said common control 13. how to use the picturebox control View Multi-Format Image? 12. How listcontrol Control supportive of the whole column choice? 11. How the list box automatically loading disk document lists? 10. How to show contains dialog richedit controls? 9. How to restrict the importation of editorial control character type? 8. How to create window control buttons? 7. Button to display six. How to use the scroll controls? 5. How to use the progress of control? 4. How to use control list? 3. How to use tree controls? 2. How to use the label control? 1. How to use slider controls? Chapter 3 common dialog 8. How commencement of the proceedings while the document open d
Platform: | Size: 22677475 | Author: lueying | Hits:

[Other resourcehowtocreatedynamicCBinC++

Description: 滑动控件是Windows中最常用的控件之一。一般而言它是由一个滑动条,一个滑块和可选的刻度组成,用户可以通过移动滑块在相应的控件中显示对应的值。通常,在滑动控件附近一定有标签控件或编辑框控件,用于显示相应的值。滑动控件在应用程序中用途级为广泛,如在桌面的属性中就可以看到。为此,让我们一起来看一下它的实现方法。-Sliding Windows Control is the most commonly used one of the controls. Generally it is a sliding strip, a slider and the optional calibration components, The user can move the slider in the corresponding controls showed the corresponding value. Usually, in the vicinity of the sliding controls must be labeled control or editorial control box for a corresponding value. Sliding controls in the application process for the wide-use, as in the desktop properties can see. To this end, let us look at the method of achieving it.
Platform: | Size: 4089 | Author: arpiar | Hits:

[GUI DevelopSliderOCX

Description: 关于滑块的控件,自定义其外观和位置。有个各函数可以调用。不用自己手写代码,大家可以看看。-slider on the control, since the definition of its appearance and location. There can call the function. Not own handwritten code, we will look at.
Platform: | Size: 38093 | Author: 赵静 | Hits:

[WEB Code2543574367432134

Description: 滑块条参考手册 属性 min滑块条最小刻度值 max滑块条最大刻度值 pos滑块条当前位置 orientation滑块条方向,h -水平方向,v -垂直方向,默认为 h。 trackBarWidth滑块条宽度 progressHeight滑块条高度 sliderWidth滑块宽度 sliderHeight滑块高度 方法 CTrackBar(trackBarIdStr, min, max, pos)构造函数,trackBarIdStr 为显示控件的 HTML 标签 id 字符串,min 滑块条的最小刻度值, max 滑块条的最大刻度值,pos 滑块条的当前刻度值。 Create(trackBarObjName)创建控件,利用了 new 创建控件对象之后,需要调用 Create(trackBarObjName) 才能将控件显示在网页上。trackBarObjName 为滑块条对象名称,字符串类型。 说明 必须预先给出一个 Block 级的 HTML 标签,用以存放该控件,并通过构造函数的 trackBarIdStr 将该 HTML 标签的 id 字符串“告诉”控件。 在调用了 Create 方法之后,不能再更改 progressWidth、progressHeight、sliderWidth 和 sliderHeight 的值。 全局变量 curTrackBar 表示当前响应用户操作的滑块条,对于只有一个滑块条的情况,意义不大。 更改 OnTrackBarChng 函数,以响应滑块变化。 注意使用样式表,具体参见示例详细。-slider reference manual slider min attributes of the smallest scale slider max value of the largest calibration value pos slider orientation of the current location of the slider direction, h-level direction, v-vertical direction, h default. TrackBarWidth slider, slider progressHeight width of the highly sli derWidth slider width sliderHeight slider Height CTrackBar ( trackBarIdStr, min, max, pos) Constructors, trackBarIdStr to show HTML Controls label id string, min slider of the smallest calibration values, max slider of the largest calibration value, pos slider of the current calibration value. Back (trackBarObjName) Create Controls use of the new control object creation, Back to need to call (trackBarObjName) controls can be displayed on the website. TrackBarObjName slider for the name
Platform: | Size: 2484 | Author: sir xin | Hits:

[ComboBoxcmnctrl2

Description: CMNCTRL2 Sample: Demonstrates Common Control MFC Classes, Part 2 The CMNCTRL2 sample illustrates how to use the following common control MFC classes: CProgressCtrl, CSliderCtrl, and CSpinButtonCtrl. It shows how the controls are created and how to change the controls using many of the different available styles. CMNCTRL2 is the result of replacing the original CMNCTRLS sample with two smaller projects: CMNCTRL1 (tree, toolbar, date and time picker, month calendar, and animate controls) and CMNCTRL2 (progress, up/down, and slider controls). This was done to reduce the footprint of the sample code, making it easier to trace specific portions of the application. The list control, originally in the CMNCTRLS sample, can now be found in the LISTHDR sample. Security Note This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. -CMNCTRL2 Sample : Demonstrates Common Control MFC Classes, Part 2 The CMNCTRL2 sample illustrates how to us e the following common control MFC classes : CProgressCtrl, CSliderCtrl. and CSpinButtonCtrl. It shows how the controls are created and how to change the controls using many of the different styles available. CMNCTR L2 is the result of replacing the original CMNCT RLS sample with two smaller projects : CMNCTRL1 (tree, toolbar, date and time picker, month calendar, and animate controls) and CMNCTRL2 (progress. up / down, and slider controls). This was done to reduce th e footprint of the sample code, making it easier to trace specific portions of t he application. The list control, CMNCTRLS originally in the sample. can now be found in the LISTHDR sample. Security Note This sample cod
Platform: | Size: 26858 | Author: lorime | Hits:

[Dialog_Windowygauge_

Description: 编写图形相关的控件需要完成两部分:1 绘制;2 与窗口类(泛指)集成使之成为控件。本文重点在于“绘制”部分,提出一个较灵活的框架。用VC的GDI+实现框架,并在Demo中简单封装成圆表和直表控件。图一是要实现的目标(圆表、直表等仪表,指示灯,图表,旋钮,滑块等),由这些目标,经需求分析后,设计出框架。-related to the preparation of graphical controls need to complete two parts : a rendering; 2 and the window class (refers to) be integrated so that it controls. This paper focused on "mapping" part of a more flexible framework. VC framework for the realization of GDI and the Demo simple Packaging into round table and direct control table. First, the plan to achieve the goals (round table, and so on straight appearance, light, charts, knob, slider, etc.), these goals, After demand analysis, design framework.
Platform: | Size: 414084 | Author: hk | Hits:

[GUI DevelopCBitmapSlider_src

Description: Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap.
Platform: | Size: 9068 | Author: 赵建 | Hits:

[GUI Develop一个很好的进度条带滑块可以改变颜色的控件

Description: 本代码提供了一个很好的进度条带滑块可以改变颜色的控件-the code provided a good with the progress of the slider can change the color of Control
Platform: | Size: 35460 | Author: 张连成 | Hits:

[GUI Develop一个很好的进度条带滑块可以改变颜色的控件

Description: 本代码提供了一个很好的进度条带滑块可以改变颜色的控件-the code provided a good with the progress of the slider can change the color of Control
Platform: | Size: 34816 | Author: 张连成 | Hits:

[EditBoxEditCtrl

Description: hexeditctrl_demo.zip 这是一个从Cedit派生的十六进制的编辑框类库 history_edit_demo.zip 注意过Visual C++的Output窗口吗?就是那个在编译的时候会自动滚动显示信息的窗口,这个类库就是一个类似那样的东东。 masked_edit2_demo.zip 这是用于时间、日期、电话号码、IP地址、邮政编码的编辑框。 NumEdit_demo.zip 这是一个支持带e符号(如-12E4)的数字编辑控制 range_edit_demo.zip 这是一个只允许输入既定范围数字的编辑控制。如果在你的程序中需要限定输入范围(如0-255)的话,这个类可真帮了你的大忙。 smartedit_demo.zip SmartEdit控制,和滑杆滚动条一起精确确定输入。 Eureka.zip 据说在这个例子中拖动放大镜到密码输入框能得到密码的内容,不过在我的Win2000上不行。 CEditExAndCStaticEx.zip 这个类库包括编辑框扩展类、静态文本扩展类,使你可以以自定义的颜色显示文字。 drag_edit_test.zip 这个编辑器扩展类库使你能够在不同的文本编辑器(甚至是Word、Wordpad)之间拖动文本。 flatedit.zip 浮动效果的编辑框,再配上浮动效果的列表框、组合框,你的界面一定不同凡响。 -hexeditctrl_demo.zip This a Cedit derived from the Progressive 16 the editorial system box Class history_edit_demo.zip noticed Visual C of O utput window? This is not at compile time will automatically scroll the window to display information, the library is a similar kind of Wanton. Masked_edit2_demo.zip This is for the time, date, telephone number, IP address, postcode editing box. NumEdit_demo.zip This is a support with e symbols (eg- 12E4), the number of editorial control range_edit_demo.zip This is the system only allows the importation of an established framework of the digital editorial control . If in the process you need to limit input range (0-255), then this category could really help your very busy. Smartedit_demo.zip SmartEdit control, rolling slider and accurate determina
Platform: | Size: 327680 | Author: 田力 | Hits:

[GPS developlabeltool-1

Description: abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling. -abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.
Platform: | Size: 189440 | Author: tnth2so4 | Hits:

[Software EngineeringhowtocreatedynamicCBinC++

Description: 滑动控件是Windows中最常用的控件之一。一般而言它是由一个滑动条,一个滑块和可选的刻度组成,用户可以通过移动滑块在相应的控件中显示对应的值。通常,在滑动控件附近一定有标签控件或编辑框控件,用于显示相应的值。滑动控件在应用程序中用途级为广泛,如在桌面的属性中就可以看到。为此,让我们一起来看一下它的实现方法。-Sliding Windows Control is the most commonly used one of the controls. Generally it is a sliding strip, a slider and the optional calibration components, The user can move the slider in the corresponding controls showed the corresponding value. Usually, in the vicinity of the sliding controls must be labeled control or editorial control box for a corresponding value. Sliding controls in the application process for the wide-use, as in the desktop properties can see. To this end, let us look at the method of achieving it.
Platform: | Size: 4096 | Author: arpiar | Hits:

[WEB Code2543574367432134

Description: 滑块条参考手册 属性 min滑块条最小刻度值 max滑块条最大刻度值 pos滑块条当前位置 orientation滑块条方向,h -水平方向,v -垂直方向,默认为 h。 trackBarWidth滑块条宽度 progressHeight滑块条高度 sliderWidth滑块宽度 sliderHeight滑块高度 方法 CTrackBar(trackBarIdStr, min, max, pos)构造函数,trackBarIdStr 为显示控件的 HTML 标签 id 字符串,min 滑块条的最小刻度值, max 滑块条的最大刻度值,pos 滑块条的当前刻度值。 Create(trackBarObjName)创建控件,利用了 new 创建控件对象之后,需要调用 Create(trackBarObjName) 才能将控件显示在网页上。trackBarObjName 为滑块条对象名称,字符串类型。 说明 必须预先给出一个 Block 级的 HTML 标签,用以存放该控件,并通过构造函数的 trackBarIdStr 将该 HTML 标签的 id 字符串“告诉”控件。 在调用了 Create 方法之后,不能再更改 progressWidth、progressHeight、sliderWidth 和 sliderHeight 的值。 全局变量 curTrackBar 表示当前响应用户操作的滑块条,对于只有一个滑块条的情况,意义不大。 更改 OnTrackBarChng 函数,以响应滑块变化。 注意使用样式表,具体参见示例详细。-slider reference manual slider min attributes of the smallest scale slider max value of the largest calibration value pos slider orientation of the current location of the slider direction, h-level direction, v-vertical direction, h default. TrackBarWidth slider, slider progressHeight width of the highly sli derWidth slider width sliderHeight slider Height CTrackBar ( trackBarIdStr, min, max, pos) Constructors, trackBarIdStr to show HTML Controls label id string, min slider of the smallest calibration values, max slider of the largest calibration value, pos slider of the current calibration value. Back (trackBarObjName) Create Controls use of the new control object creation, Back to need to call (trackBarObjName) controls can be displayed on the website. TrackBarObjName slider for the name
Platform: | Size: 2048 | Author: sir xin | Hits:

[CSharpMYSTUDY

Description: 一个简单计算几门课程成绩的软体,其中包括滚动条、滑动条、旋转按钮以及进度条等多项控件的应用。-A simple calculation results in several software programs, including the scroll bars, slider, rotating button and progress bar control and many other applications.
Platform: | Size: 28672 | Author: Alicia | Hits:

[2D Graphicbar

Description: BCB写的一个滑动块图形控件程序.实现拖动滑块的功能-BCB written by a sliding block graphics control procedures. Drag the slider to achieve the function of
Platform: | Size: 19456 | Author: qqq | Hits:

[Dialog_WindowEx_CommCtrls

Description: 创建一个对话框应用程序,其运行结果如下图所示。操作滚动条、滑动条和进度条控件 可以调整RGB 颜色的3 个颜色分量:R(红色分量)、G(绿色分量)和b(蓝色分量),并 根据右边调整的颜色填充左边静态文本控件。 要求:滚动条的箭头控制1 个象素,滚动条位置左右点击控制值±10 个象素。进展条用右 边的旋转控件控制,象素值范围0~255。 -Create a dialog box application, the results of its operation is shown below. Operation of scroll bars, slider and progress bar controls can adjust the RGB color of the three color components: R (red component), G (green component) and b (blue component), and in accordance with the right to adjust the color of filling the left side of static text control . Requirements: scroll bar arrows to control a pixel, click the scroll bar position to control the value of about ± 10 pixel. Article progress with the right rotary control control, pixel value range of 0 ~ 255.
Platform: | Size: 1891328 | Author: 胡恒 | Hits:

[DVDTexDVD2007(vb)

Description: 一款免费的DVD播放器程序,拥有专业的播放画质。 你可以通过导航滑块改变播放状态,控制音量大小, 也可以从硬盘中播放DVD格式的文件,程序有完全兼容的控制按键, 支持全屏幕播放,鼠标右键弹出菜单等功能。程序使用了sldr.ocx, 该文件已经包含在压缩包中,打开源代码前请先注册这个控件。-A free DVD player program, has a professional-quality players. You can play through the navigation slider to change the status, control the volume size, can also play DVD from hard disk files, the program has fully compatible with the control buttons to support full-screen playback, the right mouse button pop-up menu functions. Procedures used sldr.ocx, the documents have been included in the compressed package, open the source code before the control register.
Platform: | Size: 133120 | Author: 关负担 | Hits:

[Multimedia Develop20078814145466

Description: 一款免费的DVD播放器程序,拥有专业的播放画质。你可以通过导航滑块改变播放状态,控制音量大小,也可以从硬盘中播放DVD格式的文件,程序有完全兼容的控制按键,支持全屏幕播放,鼠标右键弹出菜单等功能。程序使用了sldr.ocx,该文件已经包含在压缩包中,打开源代码前请先注册这个控件。-A free DVD player program, has a professional-quality players. You can play through the navigation slider to change the status, control the volume size, can also play DVD from hard disk files, the program has fully compatible with the control buttons to support full-screen playback, the right mouse button pop-up menu functions. Procedures used sldr.ocx, the documents have been included in the compressed package, open the source code before the control register.
Platform: | Size: 133120 | Author: 月汉 | Hits:

[VC/MFCCoolSlider

Description: 用控件继承的贴图滑动条,对想学习控件继承的程序员,非常有帮助.-Mapping using slider controls succession, want to learn to control the succession of programmers, very helpful.
Platform: | Size: 161792 | Author: 包军 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net